Vcenter CryptoManager Kms Providers ImportSpec

Vcenter CryptoManager Kms Providers ImportSpec
Vcenter CryptoManager Kms Providers ImportSpec

The Vcenter CryptoManager Kms Providers ImportSpec schema contains properties that are needed to import a provider.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "config": "string",
    "password": "string",
    "constraints": {
        "tpm_required": false
    },
    "dry_run": false
}
string As byte As byte
config
Optional

Configuration to import.

This property was added in vSphere API 7.0.2.0.

Currently this is required. Other import methods may be supported in the future.

string As password As password
password
Optional

Password to decrypt the configuration to import.

This property was added in vSphere API 7.0.2.0.

If missing or null or empty, configuration to import must be unencrypted.

constraints
Optional

Constraints to impose on the imported provider

This property was added in vSphere API 7.0.2.0.

If missing or null, the imported provider constraints will match the exported provider constraints.

boolean
dry_run
Optional

Whether to perform a trial import without actuallly creating a provider.

This property was added in vSphere API 7.0.2.0.

If missing or null, a new provider will be created.